home *** CD-ROM | disk | FTP | other *** search
/ Beautiful Female Teachers Club / Beautiful Female Teachers Club.iso / pc / video.dxr / 00010_v3-sel.ls < prev    next >
Encoding:
Text File  |  1998-02-16  |  161 b   |  10 lines

  1. on mouseDown
  2.   puppetSound(2, "button.aiff")
  3.   if btndown(1) then
  4.     repeat with i = 23 to 30
  5.       puppetSprite(i, 0)
  6.     end repeat
  7.     go("a3")
  8.   end if
  9. end
  10.